home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / popdown.zip / POPDOWN.TXT < prev   
Text File  |  1988-06-07  |  3KB  |  81 lines

  1.  POPDOWN - A way to get to the DOS prompt from application programs.
  2.  
  3.  History
  4.    Version 0.5 - February 1987
  5.    Version 0.55 - Feburary 1987
  6.    Version 0.6 - March 1987 - Current Version
  7.  
  8.  Function
  9.    Ability to pop-down to DOS from application programs.
  10.  
  11.    The program will set aside a portion of your memory on start-up as a
  12.    buffer that POPDOWN will maintain for you to allow you to execute
  13.    other programs after popping-down to the DOS prompt from your suspended
  14.    application program. The size of the buffer is determined by a parameter
  15.    when you start POPDOWN.
  16.  
  17.    To return to your suspended application program you would type
  18.    EXIT at the DOS prompt.
  19.  
  20.  Tips and precautions using POPDOWN
  21.  
  22.    Do not load any RESIDENT application in the POPDOWN buffer.
  23.    Doing so will surely destroy the integrity of the DOS memory allocation
  24.    chain. All other resident software must be loaded in the primary DOS
  25.    buffer.
  26.  
  27.    Do not load BASIC in the POPDOWN buffer if BASIC is currently
  28.    suspended in the primary buffer.
  29.  
  30.    If you use DOSXSERV you will need release V0.96.
  31.  
  32.    POPDOWN uses the environment that is active when POPDOWN
  33.    is installed. Therefore for best results you should start POPDOWN
  34.    AFTER you set your system prompt or change your path ect.
  35.  
  36.  
  37.    POPDOWN uses the value of the environment variable COMSPEC to determine
  38.    the path to COMMAND.COM. It will use the value of COMSPEC that
  39.    existed just prior to being loaded for the duration of execution.
  40.    It is therefore suggested that POPDOWN be run AFTER setting the
  41.    COMSPEC environment variable.  For optimum use, it is suggested
  42.    the COMSPEC be set to a RAM disk drive.  This will cause
  43.    POPDOWN to be run instantaneously with each press of the HOT-KEY.
  44.    There will be no delays waiting for COMMAND.COM to be loaded
  45.    from floppy or hard disk.
  46.  
  47.  ║ POPDOWN now supports Control-Break while popped down. That is
  48.  ║ to say that when you HOT-KEY to DOS from your application program
  49.  ║ Control-Break functions normally.
  50.  
  51.    Example
  52.      (Assume D is a RAM disk)  This could be in an AUTOEXEC.BAT file or
  53.      entered at the DOS prompt.
  54.  
  55.      copy a:command.com d:\
  56.      set COMSPEC=D:\COMMAND.COM
  57.      popdown
  58.  
  59.  Example
  60.      C>popdown x 128        <----- starts POPDOWN with CTRL-X as
  61.                                    HOT KEY SEQUENCE to pop-down.
  62.                                    POPDOWN buffer size would be 128k.
  63.                                    (installed message is displayed)
  64.  
  65.  
  66.      C>write                <----- Start IBM Writing Assistant.
  67.  
  68.            <     While running IBM Writing Assistant      >
  69.            <     press CTRL-X to return to DOS.           >
  70.  
  71.      C>                     <----- Run another application or DOS command.
  72.                                    To return to IBM Writing Assistant
  73.                                    type EXIT at the DOS prompt and press
  74.                                    enter.
  75.  
  76.  
  77.      For more information and examples run POPDOWN like this:
  78.  
  79.      C>POPDOWN ?
  80.  
  81.